home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kentucky Virtual Art Museum
/
Kentucky Virtual Art Museum.iso
/
site
/
museums
/
zoomify
/
picassom.swf
/
scripts
/
DefineButton2_35
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2005-04-12
|
138b
|
6 lines
on(press){
this._parent.sliderPressed();
this.startDrag();
this.intervalID = setInterval(this._parent,"sliderDragged",1);
}